* Links *
*********/
-GtkLinkButton.button {
+*:link {
+ color: $selected_bg_color; //FIXME use a proper color
+ &:hover, &:active, &:visited {
+ color: mix($fg_color, $selected_bg_color, 40%); //FIXME same here
+ }
+ &:backdrop, &:backdrop:hover {
+ color: $selected_bg_color;
+ }
+}
+
+.button:link, .button:visited {
color: $selected_bg_color; //FIXME use a proper color
@extend %undecorated_button;
text-shadow: none;
&:hover, &:active {
- color: mix($fg_color, $selected_bg_color, 40%); //FIXME same here
@extend %undecorated_button;
+ color: mix($fg_color, $selected_bg_color, 40%); //FIXME same here
text-shadow: none;
}
&:backdrop {
- color: $selected_bg_color;
@extend %undecorated_button; //This shouldn't be needed but avoids
//a weird transition which for some reason
//makes borders blink on hover
+ color: $selected_bg_color; //FIXME use a proper color
}
}
border-radius: 3px;
border-style: solid; }
-GtkLinkButton.button, GtkLinkButton.button:hover, GtkLinkButton.button:active, GtkLinkButton.button:backdrop, .notebook tab .button {
+.button:link, .button:visited, .button:link:hover, .button:link:active, .button:visited:hover, .button:visited:active, .button:link:backdrop, .button:visited:backdrop, .notebook tab .button {
border-color: transparent;
background-color: transparent;
background-image: none;
/*********
* Links *
*********/
-GtkLinkButton.button {
+*:link {
+ color: #215d9c; }
+ *:link:hover, *:link:active, *:link:visited {
+ color: #7397bc; }
+ *:link:backdrop, *:link:backdrop:hover {
+ color: #215d9c; }
+
+.button:link, .button:visited {
color: #215d9c;
text-shadow: none; }
- GtkLinkButton.button:hover, GtkLinkButton.button:active {
+ .button:link:hover, .button:link:active, .button:visited:hover, .button:visited:active {
color: #7397bc;
text-shadow: none; }
- GtkLinkButton.button:backdrop {
+ .button:link:backdrop, .button:visited:backdrop {
color: #215d9c; }
/*****************
border-radius: 3px;
border-style: solid; }
-GtkLinkButton.button, GtkLinkButton.button:hover, GtkLinkButton.button:active, GtkLinkButton.button:backdrop, .notebook tab .button {
+.button:link, .button:visited, .button:link:hover, .button:link:active, .button:visited:hover, .button:visited:active, .button:link:backdrop, .button:visited:backdrop, .notebook tab .button {
border-color: transparent;
background-color: transparent;
background-image: none;
/*********
* Links *
*********/
-GtkLinkButton.button {
+*:link {
+ color: #4a90d9; }
+ *:link:hover, *:link:active, *:link:visited {
+ color: #3e6b97; }
+ *:link:backdrop, *:link:backdrop:hover {
+ color: #4a90d9; }
+
+.button:link, .button:visited {
color: #4a90d9;
text-shadow: none; }
- GtkLinkButton.button:hover, GtkLinkButton.button:active {
+ .button:link:hover, .button:link:active, .button:visited:hover, .button:visited:active {
color: #3e6b97;
text-shadow: none; }
- GtkLinkButton.button:backdrop {
+ .button:link:backdrop, .button:visited:backdrop {
color: #4a90d9; }
/*****************